Skip to content

fix(celery): Propagate user-set headers#5581

Merged
sentrivana merged 5 commits intomasterfrom
ivana/fix-celery-headers
Mar 3, 2026
Merged

fix(celery): Propagate user-set headers#5581
sentrivana merged 5 commits intomasterfrom
ivana/fix-celery-headers

Conversation

@sentrivana
Copy link
Copy Markdown
Contributor

@sentrivana sentrivana commented Mar 3, 2026

Description

The SDK interferes with Celery logic that puts custom headers into request.headers in the worker. Currently, we only make internal sentry headers available there. Make sure to copy over any user-set headers as well.

Issues

Closes #5566

Reminders

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Celery integration strips user custom headers from task.request.headers

2 participants